#mainBody {
    background-color: white;
    margin: 0%;
    text-align: center;
}

#title {
    color: white;
    text-align: center;
}

#reg {
    font-size: 2em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.simple-form {
    text-align: center;
    margin: 100px 400px;
    border-radius: 5px;
    margin: 5% 33%;
}

#registration {
    align-content: center;
    min-width: 25%;
    max-width: 30%;
    width: 50%;
    background-color: black;
    opacity: 0.8;
    padding: 50px;
}

#smalltext {
    text-align: cender;
    color: rgb(161, 161, 161);
    font-size: 1rem
}

#email,
#cemail,
#name,
#password,
#cpassword,
#oemail,
#opassword {
    width: 43%;
    padding: 10px;
    border-radius: 5px;
    outline: 0px;
    font-size: 18px;
    min-width: 600px;
    max-width: 1000px;
    min-height: 50px;
    max-height: 100px;
}

@media screen and (max-width: 600px) {
    /* start of large tablet styles */
    #email,
    #cemail,
    #name,
    #password,
    #cpassword,
    #oemail,
    #opassword {
        width: 33%;
        padding: 10px;
        border-radius: 5px;
        outline: 0px;
        font-size: 18px;
        min-width: 300px;
        max-width: 700px;
    }
}

#ph {
    width: 33%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    min-width: 200px;
    max-width: 300px;
    min-height: 50px;
    max-height: 100px;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* custom styles */

body {
    background: #e5e5e5;
}

label {
    display: block;
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 190px;
}

#phone {
    outline: 0px;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
}

#rd {
    width: 1.5em;
    height: 1.5em;
}

#but {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px 0% 10px 0px;
}

#butt {
    width: 33%;
    max-width: 33%;
    padding: 10px;
    border-radius: 5px;
    min-width: 200px;
    max-width: 300px;
    min-height: 50px;
    max-height: 100px;
    outline: 0px;
    background-color: rgb(0, 174, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    border: 2px solid #C3C3FF;
}